Build: Provide Simple Support for MSVC 2012/2013
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 08:17:43 +0000 (16:17 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 08:17:43 +0000 (16:17 +0800)
commite3f8b8774150ed2125ac8783a08ecb3a285fa322
tree719f5016b327519afaf01e0f17e820e529e8303d
parentdd9b34d7538965ec71f694b7364edea1b5158551
Build: Provide Simple Support for MSVC 2012/2013

As the Visual Studio 2012/2013 are only slightly different from the Visual
Studio 2010 projects, we can provide support for them by using scripts to
copy the Visual Studio 2010 projects, and update the specific parts as
necessary.

Thus, there would be little maintenance overhead for these as only the 2010
projects need to be kept up-to-date as a result.  This might change when we
do get the stack working with WinRT/Metro, but that's going to be another
totally different issue.
build/Makefile-newvs.am [new file with mode: 0644]
build/win32/Makefile.am
build/win32/vs11/Makefile.am [new file with mode: 0644]
build/win32/vs12/Makefile.am [new file with mode: 0644]
configure.ac